.dt_body{
				background-color: #E8F3F6;
			}
			.dt_ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			.dt_body a{text-decoration:none}

			.dt_fl {
				float: left;
				_display: inline;
			}
			.dt_fr {
				float: right;
				_display: inline;
			}

			.dt_h>li {
				float: left;
			}

			.dt_clearfix:after,
			.dt_nav:after,
			.dt_content:after,
			.dt_grid:after,
			.dt_h:after,
			.dt_jr-row:after,
			.dt_jr-grids:after {
				content: '\20';
				display: block;
				height: 0;
				clear: both;
			}

			.dt_clearfix,
			.dt_nav,
			.dt_content,
			.dt_grid,
			.dt_row,
			.dt_h {
				*zoom: 1;
			}

			.dt_clear {
				clear: both;
				height: 0;
				font: 0/0 Arial;
				visibility: hidden;
			}

			.dt_h3 {
				color: #1557A5;
				line-height: 64px;
				font-size: 26px;
				font-weight: bold;
				border-bottom: 2px solid #2A5156;
				margin-bottom: 20px;
				
			}

			.dt_lh36 {
				line-height: 36px;
			}

			.dt_lh44 {
				line-height: 44px;
			}

			.dt_bg {
				background-color: #E8F3F6;

			}

			.dt_no-gutters {
				margin-right: 0;
				margin-left: 0;
			}

			.dt_no-gutters>.col,
			.dt_no-gutters>[class*="col-"] {
				padding-right: 0;
				padding-left: 0;
			}
			.dt_mysmodal .dt_more {
				color: #666;
				background-color: #fff;
				padding: 4px;
				font-size: 12px;
				font-weight: normal;
				position: absolute;
				top: 10px;
				right: 50px;
			}

			.dt_mysmodal-body::-webkit-scrollbar {
				width: 10px;
			}

			.dt_mysmodal-body::-webkit-scrollbar-track-piece {
				background: #2d66a8;
				border-radius: 100px;
			}

			.dt_mysmodal-body::-webkit-scrollbar-thumb {
				background: #f2f2f2;
				border-radius: 100px;
			}

			.dt_w960 {
				width: 960px;
				margin: 0 auto;
			}

			.dt_w630 {
				width: 630px;
				position: relative!important;

			}

			.dt_w330 {
				width: 330px;
			}
			#dt_djzq ul li{
				width: 25%;
				background-color: transparent;
				
			}
			#dt_djzq ul li a{
				color: #333;
				display: block;
				padding: 0px 2px;
				text-align: center;
				font-size:16px;
			}
			#dt_djzq ul li.active{
				background-color:#FF9901 ;
				
			}
			#dt_djzq ul li.active a{
				color: #fff;
			}